home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 8 / CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso / pc / mac / __the_sc / hypersta.rs / card_5399.txt < prev    next >
Text File  |  1990-10-07  |  1KB  |  53 lines

  1. -- card: 5399 from stack: in.rs
  2. -- bmap block id: 8926
  3. -- flags: 0000
  4. -- background id: 2138
  5. -- name: You Win
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global guesses
  9.   global theNumber
  10.   put "You got it in only " & 8-guesses & " guesses!" & return & "The number was " & theNumber & "." into card field "Info"
  11.   play "Hi Ho!"
  12. end openCard
  13.  
  14.  
  15.  
  16. -- part 1 (field)
  17. -- low flags: 01
  18. -- high flags: 0000
  19. -- rect: left=39 top=291 right=330 bottom=469
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 3
  24. -- text size: 14
  25. -- style flags: 0
  26. -- line height: 18
  27. -- part name: Info
  28.  
  29.  
  30. -- part 2 (button)
  31. -- low flags: 00
  32. -- high flags: 8003
  33. -- rect: left=383 top=289 right=331 bottom=479
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Hey, OK!
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   visual effect scroll left
  45.   go to card 1
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part contents for card part 1
  51. ----- text -----
  52. You got it in only 4 guesses!
  53. The number was 80.